/* #region news-list */
.news-list > li {
  height: 50px;
  line-height: 50px;
  list-style-type: none;
  padding-left: 15px;
  position: relative;
}
.news-list > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-image: url(../images/yj-ic-dot.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 1px;
  top: 23px;
}
.news-list > li::after {
  content: "";
  display: block;
  clear: both;
}
.news-list > li > a {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 75%;
  float: left;
  color: #333;
  text-align: left;
}
.news-list > li > a:hover {
  color: #0649a5;
}
.news-list > li > span {
  font-size: 16px;
  float: right;
  color: #999;
}
/* #endregion news-list */

/* #region nav-menu */
.nav-menu {
  background-color: #0e4ca2;
  /* background-image: url(../images/yj-nav-bg.png); */
  position: sticky;
  top: 0;
  z-index: 999;
}
.nav-menu > ul {
  margin: 0 auto;
}
.nav-menu > ul > li {
  text-align: center;
  margin-left: 94px;
  float: left;
  list-style-type: none;
}
.nav-menu > ul > li:first-child {
  margin-left: 0;
}
.nav-menu > ul > li > a {
  display: block;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  height: 80px;
  line-height: 80px;
  transition: all 0.2s;
  font-weight: bold;
}
.nav-menu > ul > li > a:hover,
.nav-menu > ul > li.active > a {
  border-bottom: 4px #fff solid;
}
.nav-menu > ul > li > a.nav-menu-zwfw {
  position: relative;
}
.nav-menu > ul > li > a.nav-menu-zwfw:hover,
.nav-menu > ul > li > a.nav-menu-fjly:hover {
  color: #0e4ca2;
}
.nav-menu > ul > li > a.nav-menu-zwfw:hover::after {
  content: "";
  width: 120%;
  height: 100%;
  background-image: url(../images/nav-bac-ykb.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.nav-menu > ul > li > a.nav-menu-fjly {
  position: relative;
}
.nav-menu > ul > li > a.nav-menu-fjly:hover::after {
  content: "";
  width: 130%;
  height: 100%;
  background-image: url(../images/yj-fj-common-img-fshp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.nav-menu > ul > li > .child-nav {
  width: 100%;
  background-color: rgba(14, 76, 162, 0.65);
  position: absolute;
  left: 0;
  z-index: 100;
  text-align: center;
  display: none;
  padding: 0 8vw;
}
.nav-menu > ul > li > .child-nav > a {
  height: 55px;
  line-height: 55px;
  color: #fff;
  font-size: 18px;
}
.nav-menu > ul > li > .child-nav > a + a {
  margin-left: 40px;
}
.nav-menu > ul > li:hover > .child-nav {
  display: block;
}
/* #endregion nav-menu */

/* #region footer */
.footer {
  background: #185aae;
  padding: 36px 0;
}
.footer .links {
  text-align: left;
  border-bottom: #2262b3 1px solid;
  padding-bottom: 36px;
  margin-bottom: 60px;
}
.footer .links > li {
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #2262b3;
  margin-left: 1.42857%;
  width: 18.857%;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  list-style-type: none;
}
.footer .links > li:first-child {
  margin-left: 0;
}
.footer .links > li > img {
  width: 10px;
  margin-left: 5px;
}
.footer .links > li > .links-con {
  width: 100%;
  padding: 0;
  background: #fff;
  z-index: 11;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  transition: all 0.3s linear;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 0;
}
.footer .links > li.active > .links-con {
  padding: 25px 0;
  max-height: 200px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}
.footer .links > li > .links-con > ul > li {
  list-style-type: none;
  width: 16.66666%;
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.footer .links > li > .links-con > ul > li > a {
  font-size: 16px;
  color: #181717;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.footer .links > li > .links-con > ul > li > a:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.footer .dot {
  background: #fff;
  width: 3px;
  height: 3px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  position: relative;
  top: -5px;
}
.footer > .container > div {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer > .container > div > a {
  color: #fff;
}
.footer > .container > div > a:hover {
  text-decoration: underline;
}
.footer .imgs {
  position: absolute;
  bottom: 0;
}
.footer .imgs > a + a + a {
  position: relative;
  top: -8px;
}
.footer .imgs .ic-dzjg {
  width: 63px;
}
.footer .imgs .ic-ba {
  width: 45px;
}
.footer .imgs .ic-zc {
  width: 110px;
}
/* #endregion footer */
